home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / Games / snack_attack.swf / scripts / DefineSprite_238 / frame_1 / DoAction.as
Text File  |  2010-11-09  |  767b  |  44 lines

  1. finalforce = eval("/:force") + eval("/:counterforce");
  2. _rotation = _rotation + finalforce;
  3. if("28" < _rotation)
  4. {
  5.    if(safeDrop < "1")
  6.    {
  7.       tellTarget("safety")
  8.       {
  9.          gotoAndPlay(2);
  10.       }
  11.       call("trayarms/items/:right");
  12.    }
  13. }
  14. else if(_rotation < "-28")
  15. {
  16.    if(safeDrop < "1")
  17.    {
  18.       tellTarget("safety")
  19.       {
  20.          gotoAndPlay(2);
  21.       }
  22.       call("trayarms/items/:left");
  23.    }
  24. }
  25. if("33" < _rotation)
  26. {
  27.    _rotation = "33";
  28. }
  29. else if(_rotation < "-33")
  30. {
  31.    _rotation = "-33";
  32. }
  33. tiltframe = int("50" - _rotation);
  34. tellTarget("trayarms")
  35. {
  36.    gotoAndStop(eval("../:tiltframe"));
  37. }
  38. tellTarget("../bar")
  39. {
  40.    gotoAndStop(eval("../tray/:tiltframe"));
  41. }
  42. _yscale = "81";
  43. _xscale = _yscale;
  44.